home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-08-14 | 511 b | 26 lines | [TEXT/MPS ] |
- // File Cameras.h
-
- #ifndef __CAMERAS__
- #define __CAMERAS__
-
- #include "QD3D.h"
- #include "QD3DGroup.h"
- #include "QD3DDrawContext.h"
- #include "QD3DCamera.h"
- #include "QD3DView.h"
- #include "QD3DLight.h"
- #include "QD3DRenderer.h"
- #include "QD3DShader.h"
- #include "QD3DStyle.h"
- #include "QD3DGeometry.h"
- #include "QD3DMath.h"
-
- #include "ValueControls.h"
-
- TQ3CameraObject MakeCamera(long select);
- VccPtr CameraDataToVCC(TQ3CameraObject camera);
- void VCCtoCameraData(VccPtr vcc, TQ3CameraObject camera);
-
-
- #endif
-